﻿2026-06-03T23:57:40.7030057Z ##[group]Run actions/checkout@v4
2026-06-03T23:57:40.7031535Z with:
2026-06-03T23:57:40.7032409Z   repository: SaberMage/spt-core
2026-06-03T23:57:40.7040652Z   token: ***
2026-06-03T23:57:40.7041602Z   ssh-strict: true
2026-06-03T23:57:40.7042516Z   ssh-user: git
2026-06-03T23:57:40.7043425Z   persist-credentials: true
2026-06-03T23:57:40.7044347Z   clean: true
2026-06-03T23:57:40.7045454Z   sparse-checkout-cone-mode: true
2026-06-03T23:57:40.7046456Z   fetch-depth: 1
2026-06-03T23:57:40.7047275Z   fetch-tags: false
2026-06-03T23:57:40.7048198Z   show-progress: true
2026-06-03T23:57:40.7049093Z   lfs: false
2026-06-03T23:57:40.7049845Z   submodules: false
2026-06-03T23:57:40.7050652Z   set-safe-directory: true
2026-06-03T23:57:40.7051998Z ##[endgroup]
2026-06-03T23:57:40.8953047Z Syncing repository: SaberMage/spt-core
2026-06-03T23:57:40.8956353Z ##[group]Getting Git version info
2026-06-03T23:57:40.8957646Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-03T23:57:40.8959462Z [command]/usr/bin/git version
2026-06-03T23:57:40.8960707Z git version 2.54.0
2026-06-03T23:57:40.8964404Z ##[endgroup]
2026-06-03T23:57:40.8971499Z Temporarily overriding HOME='/home/runner/work/_temp/5b3f6012-7d34-4bf2-8b91-1a74fe9e2686' before making global git config changes
2026-06-03T23:57:40.8974054Z Adding repository directory to the temporary git global config as a safe directory
2026-06-03T23:57:40.8976442Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-03T23:57:40.8980004Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-03T23:57:40.8982035Z ##[group]Initializing the repository
2026-06-03T23:57:40.8983468Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-03T23:57:40.8985482Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-03T23:57:40.8987439Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-03T23:57:40.8989211Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-03T23:57:40.8990765Z hint: call:
2026-06-03T23:57:40.8991667Z hint:
2026-06-03T23:57:40.8992839Z hint: 	git config --global init.defaultBranch <name>
2026-06-03T23:57:40.8994438Z hint:
2026-06-03T23:57:40.8995806Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-03T23:57:40.8997661Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-03T23:57:40.8999138Z hint:
2026-06-03T23:57:40.9000132Z hint: 	git branch -m <name>
2026-06-03T23:57:40.9001118Z hint:
2026-06-03T23:57:40.9002346Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-03T23:57:40.9004312Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-03T23:57:40.9007953Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-03T23:57:40.9011258Z ##[endgroup]
2026-06-03T23:57:40.9012764Z ##[group]Disabling automatic garbage collection
2026-06-03T23:57:40.9014177Z [command]/usr/bin/git config --local gc.auto 0
2026-06-03T23:57:40.9017346Z ##[endgroup]
2026-06-03T23:57:40.9018752Z ##[group]Setting up auth
2026-06-03T23:57:40.9021016Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-03T23:57:40.9029875Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-03T23:57:40.9062025Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-03T23:57:40.9090102Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-03T23:57:40.9273411Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-03T23:57:40.9298532Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-03T23:57:40.9480674Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-03T23:57:40.9623638Z ##[endgroup]
2026-06-03T23:57:40.9624654Z ##[group]Fetching the repository
2026-06-03T23:57:40.9626715Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9601fe71d1a745bec10933cea66395ee8d14bdc9:refs/remotes/origin/dev-freeform
2026-06-03T23:57:41.5480467Z From https://github.com/SaberMage/spt-core
2026-06-03T23:57:41.5483182Z  * [new ref]         9601fe71d1a745bec10933cea66395ee8d14bdc9 -> origin/dev-freeform
2026-06-03T23:57:41.5488666Z ##[endgroup]
2026-06-03T23:57:41.5490858Z ##[group]Determining the checkout info
2026-06-03T23:57:41.5493202Z ##[endgroup]
2026-06-03T23:57:41.5494377Z [command]/usr/bin/git sparse-checkout disable
2026-06-03T23:57:41.5513594Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-03T23:57:41.5536417Z ##[group]Checking out the ref
2026-06-03T23:57:41.5540376Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-03T23:57:41.5691985Z Switched to a new branch 'dev-freeform'
2026-06-03T23:57:41.5694272Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-03T23:57:41.5706894Z ##[endgroup]
2026-06-03T23:57:41.5737491Z [command]/usr/bin/git log -1 --format=%H
2026-06-03T23:57:41.5768026Z 9601fe71d1a745bec10933cea66395ee8d14bdc9
